[MINOR][SQL] Fix error message for UNEXPECTED_INPUT_TYPE#38766
Closed
itholic wants to merge 2 commits intoapache:masterfrom
Closed
[MINOR][SQL] Fix error message for UNEXPECTED_INPUT_TYPE#38766itholic wants to merge 2 commits intoapache:masterfrom
UNEXPECTED_INPUT_TYPE#38766itholic wants to merge 2 commits intoapache:masterfrom
Conversation
Contributor
Author
|
I made it into a separate PR from my other tasks although it's very small change, to avoid in case this error message change affecting the tests on the original PR which is unrelated to |
MaxGekk
reviewed
Nov 23, 2022
Co-authored-by: Maxim Gekk <max.gekk@gmail.com>
MaxGekk
approved these changes
Nov 24, 2022
Member
|
+1, LGTM. Merged to master. |
beliefer
pushed a commit
to beliefer/spark
that referenced
this pull request
Dec 15, 2022
### What changes were proposed in this pull request? This PR proposes to correct the minor syntax on error message for `UNEXPECTED_INPUT_TYPE`, ### Why are the changes needed? Error message should be started with upper-case character, and clear to read. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? ``` ./build/sbt “sql/testOnly org.apache.spark.sql.SQLQueryTestSuite*” ``` Closes apache#38766 from itholic/minor-UNEXPECTED_INPUT_TYPE. Lead-authored-by: itholic <haejoon.lee@databricks.com> Co-authored-by: Haejoon Lee <44108233+itholic@users.noreply.github.com> Signed-off-by: Max Gekk <max.gekk@gmail.com>
beliefer
pushed a commit
to beliefer/spark
that referenced
this pull request
Dec 18, 2022
### What changes were proposed in this pull request? This PR proposes to correct the minor syntax on error message for `UNEXPECTED_INPUT_TYPE`, ### Why are the changes needed? Error message should be started with upper-case character, and clear to read. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? ``` ./build/sbt “sql/testOnly org.apache.spark.sql.SQLQueryTestSuite*” ``` Closes apache#38766 from itholic/minor-UNEXPECTED_INPUT_TYPE. Lead-authored-by: itholic <haejoon.lee@databricks.com> Co-authored-by: Haejoon Lee <44108233+itholic@users.noreply.github.com> Signed-off-by: Max Gekk <max.gekk@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR proposes to correct the minor syntax on error message for
UNEXPECTED_INPUT_TYPE,Why are the changes needed?
Error message should be started with upper-case character, and clear to read.
Does this PR introduce any user-facing change?
No.
How was this patch tested?